home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / FileBrowser / ReadMe < prev   
Text File  |  1995-06-12  |  1KB  |  19 lines

  1. File Browser - Version 1.0
  2.  
  3. Rights: You may freely copy and distribute this program or use bits & pieces of it at your discretion.  
  4.  
  5. Warranty: This program is distributed "as-is" with no warranty whatsoever -- use it at your own risk.
  6.  
  7. Notes:  This program is intended to demonstrate the implemention a file/directory browser without creating alot of extra code around the basic stuff.
  8.  
  9. Notice that a single-click executes the changeFile: method and a double-click executes the selectFile: method.  If you examine the Controller.m file you will see the appropriate messages to set this up inside the appDidInit: code.
  10.  
  11. Be sure to note that the Controller Instance is the delegate for both the application (File's Owner) and the browser view.
  12.  
  13. Possible improvements would include sorting the directory entries, creating a field to "limit" the file types, or using a lazy fill on the directory information -- this would help with big directories like /dev.......
  14.  
  15. We hope this helps you on your way towards learning IB & Obj-C.
  16.         
  17.                                
  18. Tyler Gingrich           tyler+@osu.edu
  19. Varun Mitroo             mitroo@magnus.acs.ohio-state.edu